GET api/statusreports/my?States[0]={States[0]}&States[1]={States[1]}
Get a list of my status reports
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| States | Collection of StatusReportState |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of StatusReport| Name | Description | Type | Additional information |
|---|---|---|---|
| GenerationDate | date |
None. |
|
| SubmitDate | date |
None. |
|
| ReportPeriodStart | date |
None. |
|
| ReportPeriodEnd | date |
None. |
|
| State | StatusReportState |
None. |
|
| Fields | Dictionary of string [key] and Object [value] |
None. |
|
| Tables | Collection of StatusReportTable |
None. |
|
| Owners | Collection of globally unique identifier |
None. |
|
| Approvers | Collection of globally unique identifier |
None. |
|
| ApprovedBy | globally unique identifier |
None. |
|
| ApprovalDate | date |
None. |
|
| ApprovalComments | string |
None. |
|
| WorkPlanId | globally unique identifier |
None. |
|
| id | globally unique identifier |
None. |
|
| ConfigId | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"GenerationDate": "2026-01-21T18:26:45.098293+00:00",
"SubmitDate": "2026-01-21T18:26:45.098293+00:00",
"ReportPeriodStart": "2026-01-21T18:26:45.098293+00:00",
"ReportPeriodEnd": "2026-01-21T18:26:45.098293+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "d18670ac-d475-4b9f-ac09-be1d1561d850",
"Rows": [
{
"ItemId": "22bf0f82-bcfa-4306-a7ee-b997ab1ffed7",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "22bf0f82-bcfa-4306-a7ee-b997ab1ffed7",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "d18670ac-d475-4b9f-ac09-be1d1561d850",
"Rows": [
{
"ItemId": "22bf0f82-bcfa-4306-a7ee-b997ab1ffed7",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "22bf0f82-bcfa-4306-a7ee-b997ab1ffed7",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"cc85beca-fecd-4f4e-ba23-1e508c050610",
"65478415-8ea7-432f-9e3c-089e20c07c09"
],
"Approvers": [
"8f493ad0-1d73-499c-99c8-35689c94b9e2",
"e06cf9cd-18f0-4948-901a-8a948ea36089"
],
"ApprovedBy": "745959d6-1fcf-444f-a7a5-91a9869850b1",
"ApprovalDate": "2026-01-21T18:26:45.098293+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "c984fc0f-860c-4653-ba56-b8d9e3ab37d4",
"id": "4bbdba3c-dc30-4d23-a8e3-e04cc376fda4",
"ConfigId": "3f5b5cae-9bb8-444f-a858-18e77bc31738"
},
{
"GenerationDate": "2026-01-21T18:26:45.098293+00:00",
"SubmitDate": "2026-01-21T18:26:45.098293+00:00",
"ReportPeriodStart": "2026-01-21T18:26:45.098293+00:00",
"ReportPeriodEnd": "2026-01-21T18:26:45.098293+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "d18670ac-d475-4b9f-ac09-be1d1561d850",
"Rows": [
{
"ItemId": "22bf0f82-bcfa-4306-a7ee-b997ab1ffed7",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "22bf0f82-bcfa-4306-a7ee-b997ab1ffed7",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "d18670ac-d475-4b9f-ac09-be1d1561d850",
"Rows": [
{
"ItemId": "22bf0f82-bcfa-4306-a7ee-b997ab1ffed7",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "22bf0f82-bcfa-4306-a7ee-b997ab1ffed7",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"cc85beca-fecd-4f4e-ba23-1e508c050610",
"65478415-8ea7-432f-9e3c-089e20c07c09"
],
"Approvers": [
"8f493ad0-1d73-499c-99c8-35689c94b9e2",
"e06cf9cd-18f0-4948-901a-8a948ea36089"
],
"ApprovedBy": "745959d6-1fcf-444f-a7a5-91a9869850b1",
"ApprovalDate": "2026-01-21T18:26:45.098293+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "c984fc0f-860c-4653-ba56-b8d9e3ab37d4",
"id": "4bbdba3c-dc30-4d23-a8e3-e04cc376fda4",
"ConfigId": "3f5b5cae-9bb8-444f-a858-18e77bc31738"
}
]